calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize headers.
authorJay Belanger <jay.p.belanger@gmail.com>
Sun, 8 Aug 2010 03:04:57 +0000 (22:04 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Sun, 8 Aug 2010 03:04:57 +0000 (22:04 -0500)
commite9e504c7075c6a3eef3ea27540d332a0a24fdb5c
tree565b0332185efc38317724c2a719b0b97c7ef8dd
parent97f3a7bdb73b9a3932d61e2fa1d14dbfd39a7d8f
calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize headers.
(calc-highlight-selections-with-faces): New variable.
(calc-selected-face, calc-nonselected-face): New faces.

calccomp.el (math-comp-highlight-string): Use
`calc-highlight-selections-with-faces' to determine how to highlight
subformulas.

calc-sel.el (calc-show-selections): Change message to something
appropriate.

calc.texi (Making Selections, Selecting Subformulas)
(Customizing Calc): Mention how to use faces to emphasize selected
subformulas.
doc/misc/ChangeLog
doc/misc/calc.texi
lisp/ChangeLog
lisp/calc/calc-sel.el
lisp/calc/calc.el
lisp/calc/calccomp.el